ServiceSyncFolders Method (FolderShape, String) |
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SyncFoldersResponse SyncFolders(
FolderShape folderShape,
string state
)
Public Function SyncFolders (
folderShape As FolderShape,
state As String
) As SyncFoldersResponse
Parameters
- folderShape
- Type: Independentsoft.ExchangeFolderShape
The collection of properties to retrieve for synchronized folders. - state
- Type: SystemString
The optional sync state that represents the point in time to start the synchronization.
Return Value
Type:
SyncFoldersResponseA list of changes that occurred in the specified folder.
See Also